Skip to content

fix: exclude archived repositories from project search - #450

Open
ishita531 wants to merge 1 commit into
apsinghdev:mainfrom
ishita531:fix/exclude-archived-repos
Open

fix: exclude archived repositories from project search#450
ishita531 wants to merge 1 commit into
apsinghdev:mainfrom
ishita531:fix/exclude-archived-repos

Conversation

@ishita531

@ishita531 ishita531 commented Aug 9, 2026

Copy link
Copy Markdown

Summary

  • Exclude archived GitHub repositories from project search results.
  • Added the archived:false GitHub search qualifier to the default repository filters.

closes #440

Summary by CodeRabbit

  • Bug Fixes
    • Archived GitHub repositories are no longer included when fetching projects.

@vercel

vercel Bot commented Aug 9, 2026

Copy link
Copy Markdown

@ishita531 is attempting to deploy a commit to the AJEET PRATAP SINGH's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Changes

GitHub project filtering

Layer / File(s) Summary
Archived repository filter
apps/api/src/services/project.service.ts
fetchGithubProjects adds the archived:false qualifier to GitHub searches.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: excluding archived repositories from GitHub project search results.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Archived repositories appear in project search results

1 participant